Quickbook API icon

Quickbook API

(0 reviews)

Amending a booking

POST /booking/amend

Description

Amend an existing booking.

Authorization

The Authorization header carried the API access token in the format AL client_id:client_secret. Please see Security page for more information.

Content Type

application/json

Request

Note that all information for the amendment must be provided, not only the new information.

Please refer to Creating a booking without quotation section in the Creating a booking page.

Response

{
    "job_uuid" : "36b5ffa8-61f0-11e5-9d70-feff819cdc9f",
    "job_number" : "654321",
    "booking_status" : "amended"
}
ParametersDescription
job_uuidUnique system identified for the booking
job_numberUser reference for the booking. Needs to be used in conjunction with the booking date
booking_statusThe booking status for your journey. This should be amended

Reviews